home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem DATEIT is a copyrighted program that has no restriction on distribution
- rem DATEIT is used to replace the DOS DATE command. It remembers the last
- rem date entered. It is great for anyone that does not have an onboard
- rem clock. Feel free to copy it to other disks.
- DATEIT
- rem You may want to add several commands to this AUTOEXEC.BAT file. Such as
- rem GRAPHICS to load graphics printer driver, GRAFTABL to provide extended
- rem ASCII characters, and possibly the Mouse drivers. See KD.BAT
- cls
- type I.BAT
- pause
- rem Several BATch files are included to automate various aspects of using
- rem PC-KEY-DRAW. You may want to modify these BATch files to meet your own
- rem needs. MENU.BAT displays the names of the other available BATch files.
- rem To run PC-KEY-DRAW use KD.BAT or KD-DRAW.EXE by entering KD or KD-DRAW.
- menu
-
-